home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
fractal
/
iterat31
/
trigs1.frm
< prev
next >
Wrap
Text File
|
1993-09-09
|
243b
|
23 lines
;Iterate! function file
;by Brent Hugh
;parameter defaults
a=1
b=.5
c=1
d=1
mu=.2
;window defaults
xmin=-20
xmax=20
ymin=-20
ymax=20
;the function itself
x= c * x + cos (a * y) + sin(mu * x)
y= d * y + sin(b * x)